testinfobar: Stop using gtk_info_bar_get_content_area()
authorTimm Bäder <mail@baedert.org>
Fri, 14 Feb 2020 17:14:33 +0000 (18:14 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 15 Feb 2020 16:18:26 +0000 (17:18 +0100)
commit8612a8a39fed1d46096f629eb3c86efe7f701725
tree87c2946aa92d0c203c6585fbc27d0b77b15ce2a2
parenta7de8e6b2f99a3aa98b214742b331ad518cdc26b
testinfobar: Stop using gtk_info_bar_get_content_area()

We have an easier way of adding widgets to the content area of an
infobar: Just gtk_container_add() them like usual.
tests/testinfobar.c